home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Internet / The Dude / dude-install-3.5.exe / data / files / mibs / CANOPY-SYS-MIB.txt < prev    next >
Encoding:
Text File  |  2009-12-11  |  14.8 KB  |  464 lines

  1.    CANOPY-SYS-MIB DEFINITIONS ::= BEGIN
  2.  
  3.    IMPORTS
  4.       IpAddress, Counter, Gauge, TimeTicks, NetworkAddress, enterprises
  5.          FROM RFC1155-SMI
  6.       OBJECT-TYPE
  7.          FROM RFC-1212
  8.       DisplayString, PhysAddress
  9.          FROM SNMPv2-TC
  10.       NOTIFICATION-TYPE
  11.          FROM SNMPv2-SMI;
  12.  
  13.    -- Define the Motorola Canopy object identifier
  14.    motorola           OBJECT IDENTIFIER ::= { enterprises 17713 }
  15.  
  16.    -- Groups in motorola 
  17.    p2p                OBJECT IDENTIFIER ::= { motorola 1 }
  18.    p2mp               OBJECT IDENTIFIER ::= { motorola 2 }
  19.  
  20.    -- Groups in p2p
  21.    configuration      OBJECT IDENTIFIER ::= { p2p 5 }
  22.    licence            OBJECT IDENTIFIER ::= { p2p 8 }
  23.    mgmt               OBJECT IDENTIFIER ::= { p2p 9 }
  24.    phyControl         OBJECT IDENTIFIER ::= { p2p 10 }
  25.    phyStatus          OBJECT IDENTIFIER ::= { p2p 12 }
  26.    reset              OBJECT IDENTIFIER ::= { p2p 18 }
  27.    versions           OBJECT IDENTIFIER ::= { p2p 19 }
  28.    pubStats           OBJECT IDENTIFIER ::= { p2p 20 }
  29.    encryption         OBJECT IDENTIFIER ::= { p2p 22 }
  30.    p2pTraps           OBJECT IDENTIFIER ::= { p2p 99 }
  31.  
  32.    -- Configuration group attribute definitions 
  33.    --
  34.    iPAddress OBJECT-TYPE
  35.       SYNTAX IpAddress
  36.       ACCESS read-only
  37.       STATUS mandatory
  38.       DESCRIPTION
  39.              "Internet protocol (IP) address. This address is used by 
  40.              the family of Internet protocols to uniquely this 
  41.              identify the unit on a network"  
  42.       ::= { configuration 1 } 
  43.  
  44.    subnetMask OBJECT-TYPE
  45.       SYNTAX IpAddress
  46.       ACCESS read-only
  47.       STATUS mandatory
  48.       DESCRIPTION
  49.              "A subnet allows the flow of network traffic between 
  50.              hosts to be segregated based on a network 
  51.              configuration. By organizing hosts into 
  52.              logical groups, subnetting can improve network 
  53.              security and performance."  
  54.       ::= { configuration 2 } 
  55.  
  56.    gatewayIPAddress OBJECT-TYPE
  57.       SYNTAX IpAddress
  58.       ACCESS read-only
  59.       STATUS mandatory
  60.       DESCRIPTION
  61.              "The IP address of a computer on the current network that 
  62.              is currently acting as a network gateway. A gateway 
  63.              acts as an entrance / exit to packets from / to 
  64.              other networks."  
  65.       ::= { configuration 3 } 
  66.  
  67.    targetMACAddress OBJECT-TYPE
  68.       SYNTAX OCTET STRING (SIZE(6))
  69.       ACCESS read-only
  70.       STATUS mandatory
  71.       DESCRIPTION
  72.              "MAC address of the PTP wireless unit forming the other 
  73.              end of the PTP link"  
  74.       ::= { configuration 4 } 
  75.  
  76.    masterSlaveMode OBJECT-TYPE
  77.       SYNTAX INTEGER {
  78.                        master(0),
  79.                        slave(1)
  80.                      }
  81.       ACCESS read-only
  82.       STATUS mandatory
  83.       DESCRIPTION
  84.              "The PTP wireless link operates using a master and slave 
  85.              relationship."  
  86.       ::= { configuration 5 } 
  87.  
  88.    maximumTransmitPower OBJECT-TYPE
  89.       SYNTAX INTEGER (-15..27)
  90.       ACCESS read-only
  91.       STATUS mandatory
  92.       DESCRIPTION
  93.              "Maximum transmit power the wireless unit is permitted to 
  94.              use when establishing and maintaining the wireless 
  95.              link"  
  96.       ::= { configuration 6 } 
  97.  
  98.    -- Licence group attribute definitions 
  99.    --
  100.    regionCode OBJECT-TYPE
  101.       SYNTAX INTEGER (0..31)
  102.       ACCESS read-only
  103.       STATUS mandatory
  104.       DESCRIPTION
  105.              "The region code prohibits the wireless unit from 
  106.              operating outside the regulated limits"  
  107.       ::= { licence 1 } 
  108.  
  109.    productVariant OBJECT-TYPE
  110.       SYNTAX INTEGER {
  111.                        motorola-canopy-60mbps-backhaul(0),
  112.                        motorola-canopy-60mbps-backhaul(1),
  113.                        motorola-canopy-60mbps-backhaul(2),
  114.                        motorola-canopy-30mbps-backhaul(3),
  115.                        spare-1(4),
  116.                        spare-2(5),
  117.                        spare-3(6),
  118.                        spare-4(7),
  119.                        spare-5(8),
  120.                        spare-6(9),
  121.                        spare-7(10),
  122.                        motorola-canopy-150mbps-backhaul(11),
  123.                        motorola-canopy-300mbps-backhaul(12)
  124.                      }
  125.       ACCESS read-only
  126.       STATUS mandatory
  127.       DESCRIPTION
  128.              "The product variant"  
  129.       ::= { licence 2 } 
  130.  
  131.    productName OBJECT-TYPE
  132.       SYNTAX DisplayString (SIZE(0..255))
  133.       ACCESS read-only
  134.       STATUS mandatory
  135.       DESCRIPTION
  136.              "Name of the product variant"  
  137.       ::= { licence 3 } 
  138.  
  139.    ethernetFibreSupport OBJECT-TYPE
  140.       SYNTAX INTEGER (0..1)
  141.       ACCESS read-only
  142.       STATUS mandatory
  143.       DESCRIPTION
  144.              "null"  
  145.       ::= { licence 4 } 
  146.  
  147.    frequencyVariant OBJECT-TYPE
  148.       SYNTAX INTEGER {
  149.                        freq-5800-mhz(0),
  150.                        freq-5400-mhz(1)
  151.                      }
  152.       ACCESS read-only
  153.       STATUS mandatory
  154.       DESCRIPTION
  155.              "Frequency variant of the wireless unit"  
  156.       ::= { licence 5 } 
  157.  
  158.    -- Mgmt group attribute definitions 
  159.    --
  160.    targetRange OBJECT-TYPE
  161.       SYNTAX INTEGER (0..2000)
  162.       ACCESS read-only
  163.       STATUS mandatory
  164.       DESCRIPTION
  165.              "Initial target range used in installation +/-1, 
  166.              expressed in tenths of a kilometer. When 
  167.              Auto-Ranging this must be set to 0"  
  168.       ::= { mgmt 1 } 
  169.  
  170.    rangingMode OBJECT-TYPE
  171.       SYNTAX INTEGER {
  172.                        auto-0-40-km(0),
  173.                        auto-0-100-km(1),
  174.                        auto-0-200-km(2),
  175.                        target-range(3)
  176.                      }
  177.       ACCESS read-only
  178.       STATUS mandatory
  179.       DESCRIPTION
  180.              "Type of ranging to use during installation, either 
  181.              Auto-Ranging or use a selectable Target 
  182.              Range"  
  183.       ::= { mgmt 2 } 
  184.  
  185.    -- PhyControl group attribute definitions 
  186.    --
  187.    asymmetricTDD OBJECT-TYPE
  188.       SYNTAX INTEGER {
  189.                        symmetric-data-rate-1-to-1(0),
  190.                        asymmetric-data-rate-2-to-1(1)
  191.                      }
  192.       ACCESS read-only
  193.       STATUS mandatory
  194.       DESCRIPTION
  195.              "Control TDD Structure"  
  196.       ::= { phyControl 1 } 
  197.  
  198.    -- PhyStatus group attribute definitions 
  199.    --
  200.    receivePower OBJECT-TYPE
  201.       SYNTAX INTEGER
  202.       ACCESS read-only
  203.       STATUS mandatory
  204.       DESCRIPTION
  205.              "Receive power expressed in tenths of a dBm"  
  206.       ::= { phyStatus 1 } 
  207.  
  208.    vectorError OBJECT-TYPE
  209.       SYNTAX INTEGER
  210.       ACCESS read-only
  211.       STATUS mandatory
  212.       DESCRIPTION
  213.              "The vector error measurement compares the received 
  214.              signal's IQ modulation characteristics to an 
  215.              ideal signal to determine the composite error 
  216.              vector magnitude. The value represented by this 
  217.              attribute is the average vector error over the 
  218.              previous second expressed in tenths of a dB"  
  219.       ::= { phyStatus 2 } 
  220.  
  221.    transmitPower OBJECT-TYPE
  222.       SYNTAX INTEGER
  223.       ACCESS read-only
  224.       STATUS mandatory
  225.       DESCRIPTION
  226.              "Transmit power expressed in tenths of a dBm"  
  227.       ::= { phyStatus 3 } 
  228.  
  229.    range OBJECT-TYPE
  230.       SYNTAX INTEGER
  231.       ACCESS read-only
  232.       STATUS mandatory
  233.       DESCRIPTION
  234.              "Distance between the two peer wireless units expressed 
  235.              in tenths of a kilometer"  
  236.       ::= { phyStatus 4 } 
  237.  
  238.    linkLoss OBJECT-TYPE
  239.       SYNTAX INTEGER (-500..500)
  240.       ACCESS read-only
  241.       STATUS mandatory
  242.       DESCRIPTION
  243.              "The wireless link loss expressed in tenths of a dB"  
  244.       ::= { phyStatus 5 } 
  245.  
  246.    receiveChannel OBJECT-TYPE
  247.       SYNTAX INTEGER (0..31)
  248.       ACCESS read-only
  249.       STATUS mandatory
  250.       DESCRIPTION
  251.              "Current active receive channel"  
  252.       ::= { phyStatus 6 } 
  253.  
  254.    transmitChannel OBJECT-TYPE
  255.       SYNTAX INTEGER (0..31)
  256.       ACCESS read-only
  257.       STATUS mandatory
  258.       DESCRIPTION
  259.              "Current active transmit channel"  
  260.       ::= { phyStatus 7 } 
  261.  
  262.    receiveModulationMode OBJECT-TYPE
  263.       SYNTAX INTEGER {
  264.                        mod-acquisition(0),
  265.                        mod-bpsk-0-63(1),
  266.                        mod-qpsk-0-63-single(2),
  267.                        mod-transient-1(3),
  268.                        mod-qpsk-0-87-single(4),
  269.                        mod-transient-2(5),
  270.                        mod-16qam-0-63-single-a(6),
  271.                        mod-transient-3(7),
  272.                        mod-16qam-0-87-single(8),
  273.                        mod-transient-5(9),
  274.                        mod-64qam-0-75-single(10),
  275.                        mod-transient-5(11),
  276.                        mod-64qam-0-92-single(12),
  277.                        mod-transient-6(13),
  278.                        mod-256qam-0-81-single(14),
  279.                        mod-16qam-0-63-single-b(15),
  280.                        mod-16qam-0-63-dual(16),
  281.                        mod-transient-7(17),
  282.                        mod-16qam-0-87-dual(18),
  283.                        mod-transient-8(19),
  284.                        mod-64qam-0-75-dual(20),
  285.                        mod-transient-9(21),
  286.                        mod-64qam-0-92-dual(22),
  287.                        mod-transient-10(23),
  288.                        mod-256qam-0-81-dual(24)
  289.                      }
  290.       ACCESS read-only
  291.       STATUS mandatory
  292.       DESCRIPTION
  293.              "Current active receive modulation mode"  
  294.       ::= { phyStatus 8 } 
  295.  
  296.    transmitModulationMode OBJECT-TYPE
  297.       SYNTAX INTEGER {
  298.                        mod-acquisition(0),
  299.                        mod-bpsk-0-63(1),
  300.                        mod-qpsk-0-63-single(2),
  301.                        mod-transient-1(3),
  302.                        mod-qpsk-0-87-single(4),
  303.                        mod-transient-2(5),
  304.                        mod-16qam-0-63-single-a(6),
  305.                        mod-transient-3(7),
  306.                        mod-16qam-0-87-single(8),
  307.                        mod-transient-5(9),
  308.                        mod-64qam-0-75-single(10),
  309.                        mod-transient-5(11),
  310.                        mod-64qam-0-92-single(12),
  311.                        mod-transient-6(13),
  312.                        mod-256qam-0-81-single(14),
  313.                        mod-16qam-0-63-single-b(15),
  314.                        mod-16qam-0-63-dual(16),
  315.                        mod-transient-7(17),
  316.                        mod-16qam-0-87-dual(18),
  317.                        mod-transient-8(19),
  318.                        mod-64qam-0-75-dual(20),
  319.                        mod-transient-9(21),
  320.                        mod-64qam-0-92-dual(22),
  321.                        mod-transient-10(23),
  322.                        mod-256qam-0-81-dual(24)
  323.                      }
  324.       ACCESS read-only
  325.       STATUS mandatory
  326.       DESCRIPTION
  327.              "Current active transmit modulation mode"  
  328.       ::= { phyStatus 9 } 
  329.  
  330.    receiveFreq OBJECT-TYPE
  331.       SYNTAX INTEGER (0..5875)
  332.       ACCESS read-only
  333.       STATUS mandatory
  334.       DESCRIPTION
  335.              "Current receive frequency expressed in MHz"  
  336.       ::= { phyStatus 11 } 
  337.  
  338.    transmitFreq OBJECT-TYPE
  339.       SYNTAX INTEGER (0..5875)
  340.       ACCESS read-only
  341.       STATUS mandatory
  342.       DESCRIPTION
  343.              "Current transmit frequency expressed in MHz"  
  344.       ::= { phyStatus 12 } 
  345.  
  346.    signalStrengthRatio OBJECT-TYPE
  347.       SYNTAX INTEGER
  348.       ACCESS read-only
  349.       STATUS mandatory
  350.       DESCRIPTION
  351.              "Signal strength ratio (Vertical / Horizontal) expressed 
  352.              in tenths of a dB"  
  353.       ::= { phyStatus 13 } 
  354.  
  355.    -- Reset group attribute definitions 
  356.    --
  357.    systemReset OBJECT-TYPE
  358.       SYNTAX INTEGER {
  359.                        running(0),
  360.                        console-reboot(1)
  361.                      }
  362.       ACCESS read-write
  363.       STATUS mandatory
  364.       DESCRIPTION
  365.              "Setting this attribute to '1' will cause a system 
  366.              reboot"  
  367.       ::= { reset 1 } 
  368.  
  369.    -- Versions group attribute definitions 
  370.    --
  371.    softwareVersion OBJECT-TYPE
  372.       SYNTAX DisplayString (SIZE(0..255))
  373.       ACCESS read-only
  374.       STATUS mandatory
  375.       DESCRIPTION
  376.              "Current software version"  
  377.       ::= { versions 1 } 
  378.  
  379.    hardwareVersion OBJECT-TYPE
  380.       SYNTAX DisplayString (SIZE(0..255))
  381.       ACCESS read-only
  382.       STATUS mandatory
  383.       DESCRIPTION
  384.              "Hardware platform version."  
  385.       ::= { versions 2 } 
  386.  
  387.    secondarySoftwareVersion OBJECT-TYPE
  388.       SYNTAX DisplayString (SIZE(0..255))
  389.       ACCESS read-only
  390.       STATUS mandatory
  391.       DESCRIPTION
  392.              "Secondary software version, used when the primary 
  393.              software image is invalid or erased"  
  394.       ::= { versions 3 } 
  395.  
  396.    bootVersion OBJECT-TYPE
  397.       SYNTAX DisplayString (SIZE(0..255))
  398.       ACCESS read-only
  399.       STATUS mandatory
  400.       DESCRIPTION
  401.              "Boot code sofwtare version"  
  402.       ::= { versions 4 } 
  403.  
  404.    -- PubStats group attribute definitions 
  405.    --
  406.    receiveDataRate OBJECT-TYPE
  407.       SYNTAX INTEGER
  408.       ACCESS read-only
  409.       STATUS mandatory
  410.       DESCRIPTION
  411.              "Average data rate over the last one second interval 
  412.              expressed in kbps"  
  413.       ::= { pubStats 1 } 
  414.  
  415.    transmitDataRate OBJECT-TYPE
  416.       SYNTAX INTEGER
  417.       ACCESS read-only
  418.       STATUS mandatory
  419.       DESCRIPTION
  420.              "Average data rate over the last one second interval 
  421.              expressed in kbps"  
  422.       ::= { pubStats 2 } 
  423.  
  424.    aggregateDataRate OBJECT-TYPE
  425.       SYNTAX INTEGER
  426.       ACCESS read-only
  427.       STATUS mandatory
  428.       DESCRIPTION
  429.              "Average data rate over the last one second interval 
  430.              (kbps)."  
  431.       ::= { pubStats 3 } 
  432.  
  433.    -- Encryption group attribute definitions 
  434.    --
  435.    encryptionAlgorithm OBJECT-TYPE
  436.       SYNTAX INTEGER {
  437.                        none(0),
  438.                        aes-rijndael(1)
  439.                      }
  440.       ACCESS read-only
  441.       STATUS mandatory
  442.       DESCRIPTION
  443.              "The Encryption Algorithm used by the wireless link.nnYou 
  444.              should be aware that enabling encryption results 
  445.              in a reduction in available data bandwidthnnN.B. The 
  446.              same Encryption Algorithm must be configured at BOTH 
  447.              ends of the link for it to function correctly."  
  448.       ::= { encryption 1 } 
  449.  
  450.    -- Enterprise NOTIFICATION definitions
  451.    --
  452.    dfsChannelChangeTrap NOTIFICATION-TYPE
  453.       OBJECTS { receiveChannel }
  454.       STATUS current
  455.       DESCRIPTION "DFS channel change event"
  456.       ::= { p2pTraps 1 }
  457.  
  458.    dfsImpulsiveInterferenceDetectedTrap NOTIFICATION-TYPE
  459.       OBJECTS { receiveChannel }
  460.       STATUS current
  461.       DESCRIPTION "DFS impulsive interference detected event"
  462.       ::= { p2pTraps 2 }
  463.    END
  464.